home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / isconnected < prev    next >
Encoding:
Text File  |  2002-10-28  |  438 b   |  20 lines

  1. Synopsis:
  2.    $isconnected([<server refnum>])
  3.  
  4. Technical:
  5.    This function tells wether a server is fully connected and ready to
  6.    receive data. If no arguments are given, the last server to send you data
  7.    is assumed.
  8.  
  9. Returns:
  10.    1   If <server refnum> is connected and ready
  11.    else returns -1
  12.  
  13. Examples:
  14.    /window refnum 1 server irc.primenet.com
  15.    $isconnected(1)              returns 1
  16.  
  17. See Also:
  18.    servername(6)
  19.  
  20.